Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

class Sustainsys.​Saml2.​Metadata.​IndexedCollectionWithDefault`1

Assembly: Sustainsys.Saml2

Inheritance: object → System.Collections.Generic.SortedList`2 → IndexedCollectionWithDefault`1

A collection of indexed entries with support for getting the configured default entry

Properties

public T
Default
public int
Capacity
public int
Count
public T
Item

Methods

public void
Add​(int key, T value)
Inherited from SortedList`2
public void
Clear​()
Inherited from SortedList`2
public bool
ContainsKey​(int key)
Inherited from SortedList`2
public bool
ContainsValue​(T value)
Inherited from SortedList`2
GetEnumerator​()
Inherited from SortedList`2
public int
GetKeyAtIndex​(int index)
Inherited from SortedList`2
public T
GetValueAtIndex​(int index)
Inherited from SortedList`2
public int
IndexOfKey​(int key)
Inherited from SortedList`2
public int
IndexOfValue​(T value)
Inherited from SortedList`2
public bool
Remove​(int key)
Inherited from SortedList`2
public void
RemoveAt​(int index)
Inherited from SortedList`2
public void
SetValueAtIndex​(int index, T value)
Inherited from SortedList`2
public void
TrimExcess​()
Inherited from SortedList`2
public bool
TryGetValue​(int key, T& value)
Inherited from SortedList`2
public bool
Equals​(object obj)
Inherited from object
protected void
Finalize​()
Inherited from object
public int
GetHashCode​()
Inherited from object
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object